home *** CD-ROM | disk | FTP | other *** search
/ Easy Personal Web Page / Easy Personal Web Page.iso / HTML_EDT / HTMLED / HTMLED32.EXE / 0 / RCDATA / TFORMSELECTPROP / TFORMSELECTPROP.txt
Encoding:
Text File  |  1996-05-02  |  1.3 KB  |  81 lines

  1. object FormSelectProp: TFormSelectProp
  2.   Left = 206
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Properties'
  6.   ClientHeight = 248
  7.   ClientWidth = 310
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 12
  16.     Top = 10
  17.     Width = 33
  18.     Height = 13
  19.     Caption = 'Name'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 108
  23.     Top = 10
  24.     Width = 25
  25.     Height = 13
  26.     Caption = 'Size'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 12
  30.     Top = 56
  31.     Width = 180
  32.     Height = 13
  33.     Caption = 'Enter items below, one per line.'
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 12
  37.     Top = 72
  38.     Width = 287
  39.     Height = 131
  40.     TabOrder = 3
  41.   end
  42.   object BitBtn1: TBitBtn
  43.     Left = 76
  44.     Top = 214
  45.     Width = 75
  46.     Height = 25
  47.     TabOrder = 4
  48.     Kind = bkOK
  49.   end
  50.   object BitBtn2: TBitBtn
  51.     Left = 160
  52.     Top = 214
  53.     Width = 75
  54.     Height = 25
  55.     TabOrder = 5
  56.     Kind = bkCancel
  57.   end
  58.   object NameEdit: TEdit
  59.     Left = 12
  60.     Top = 26
  61.     Width = 77
  62.     Height = 20
  63.     TabOrder = 0
  64.   end
  65.   object MultipleCheck: TCheckBox
  66.     Left = 180
  67.     Top = 28
  68.     Width = 115
  69.     Height = 17
  70.     Caption = 'Multiple Select'
  71.     TabOrder = 2
  72.   end
  73.   object SizeEdit: TEdit
  74.     Left = 108
  75.     Top = 26
  76.     Width = 53
  77.     Height = 20
  78.     TabOrder = 1
  79.   end
  80. end
  81.